home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / util / utlsrc37.zoo / stdlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-06  |  153 b   |  10 lines

  1.  
  2. #ifdef CROSSATARI
  3. #define exit eeexite
  4. #define abort aaabort
  5. #include </usr/include/stdlib.h>
  6. #undef eeexite
  7. #define eeexite exit
  8. #undef aaabort
  9. #endif
  10.